🌎 rns.kin.earth git 🌍
Commit f0a3fadcd19f100c828f0950c327d81ea4690164
Parents : 7cbce84
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-21T21:21:21+02:00
Fixed offline release validation command typo
Changes
Diff
diff --git a/docs/source/git.rst b/docs/source/git.rst
index 0fe73ca3..6d2f1a64 100644
--- a/docs/source/git.rst
+++ b/docs/source/git.rst
@@ -873,7 +873,7 @@ Ensure the release manifest is located in the same directory as the release arti
.. code:: text
- $ rngit release myapp-1.2.0.rsm --offline
+ $ rngit release myapp-1.2.0.rsm fetch --offline
This will load the manifest, and verify all files currently on-disk, but will not attempt to fetch the latest release manifest from the origin, or update local files to match it.
Served by rngit 1.5.0 - Generated in 0.07s